core: Add --tar-autocreate-parents option for commit
authorColin Walters <walters@verbum.org>
Fri, 23 Dec 2011 11:49:04 +0000 (06:49 -0500)
committerColin Walters <walters@verbum.org>
Fri, 23 Dec 2011 11:49:04 +0000 (06:49 -0500)
commit3e59cc1305dce5e3d603c78d12f89df571ca1084
tree41dc8eb726efac3baa0d76cb64b849bdd088bec8
parent4bbc99fb1db8825afb526b3e2b361c35e0556e6e
core: Add --tar-autocreate-parents option for commit

The tar files we're making of artifacts don't include parent
directories.  Now we could change the builder to make them, but we can
also just autocreate them on import.  Mode 0755 with no xattrs seems
OK here.
src/libostree/ostree-mutable-tree.c
src/libostree/ostree-mutable-tree.h
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/ot-builtin-commit.c
tests/t0006-libarchive.sh